Fix submodules on the initial checkout
authorAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 05:26:38 +0000 (22:26 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Wed, 6 Aug 2014 05:26:38 +0000 (22:26 -0700)
commit4d42cbd7168cc9ff74b86d91d22ffe060b2945a4
tree23b12159ee5b301b6534ef97b3c5d4dce9ecf8e2
parent23bb49c80702af53a6e76f11c8749f82fe9681a3
Fix submodules on the initial checkout

The fast path bypassed updating the submodule which wasn't correct if we were
the first checkout.
src/cargo/sources/git/utils.rs
tests/test_cargo_compile_git_deps.rs